home *** CD-ROM | disk | FTP | other *** search
- object ExampleFList: TExampleFList
- Left = 129
- Top = 95
- Width = 661
- Height = 389
- Caption = 'EXFLIST'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object ApdTerminal1: TApdTerminal
- Left = 10
- Top = 8
- Width = 632
- Height = 300
- ComPort = ApdComPort1
- DisplayRows = 25
- DisplayColumns = 79
- CaptureFile = 'APD.CAP'
- Font.Color = clYellow
- Font.Height = -12
- Font.Name = 'Terminal'
- Font.Pitch = fpFixed
- Font.Style = []
- ParentColor = False
- ParentFont = False
- OnKeyDown = ApdTerminal1KeyDown
- end
- object AddFiles: TButton
- Left = 8
- Top = 320
- Width = 89
- Height = 33
- Caption = 'AddFiles'
- TabOrder = 1
- OnClick = AddFilesClick
- end
- object ApdComPort1: TApdComPort
- TraceName = 'APD.TRC'
- LogName = 'APD.LOG'
- UseEventWord = False
- TriggerLength = 0
- end
- object ApdProtocol1: TApdProtocol
- ComPort = ApdComPort1
- ProtocolType = ptZmodem
- FileMask = '*.*'
- BlockCheckMethod = bcmCrc32
- HandshakeWait = 1092
- Overhead = 20
- StatusDisplay = ApdProtocolStatus1
- ProtocolLog = ApdProtocolLog1
- KermitPadCharacter = #0
- OnProtocolError = ApdProtocol1ProtocolError
- OnProtocolNextFile = ApdProtocol1ProtocolNextFile
- Left = 40
- end
- object ApdProtocolStatus1: TApdProtocolStatus
- Position = poScreenCenter
- Ctl3D = True
- Visible = False
- Left = 80
- end
- object ApdProtocolLog1: TApdProtocolLog
- HistoryName = 'PROTOCOL.HIS'
- Left = 120
- end
- end
-